home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / copyu.bat < prev    next >
DOS Batch File  |  1991-12-03  |  236b  |  10 lines

  1. ECHO OFF
  2. cls
  3. ECHO      Insert the source disk in drive %1
  4. ECHO        and the target disk in drive %2
  5. ECHO     -------------------------------------
  6. pause
  7. %1:
  8. for %%f in (*.*) do if not exist %2:%%f copy %1:%%f %2:/v >NUL
  9. %2:
  10.